home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / ada / adaed-1.11 / adaed-1 / Adaed-1.11.0a / readprots.h < prev    next >
Encoding:
Text File  |  1992-02-07  |  518 b   |  19 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. int load_unit(char *, int);
  11. void load_library(Axq);
  12. void store_axq(IFILE *, int);
  13. void write_glib();
  14. void update_stub(Stubenv);
  15. void overwrite_unit_name(char *);
  16. int read_stub_short(char *, char *, char *);
  17. void retrieve_generic_body(Symbol);
  18. void collect_stub_node_units(int);
  19.